ImageIndexType

The type utilized as the main index for an image.

Uses the first overload.

Members

Aliases

ImageIndexType
alias ImageIndexType = Parameters!(__traits(getOverloads, typeof(Image.init[0]), "getPixel")[0])[0]
Undocumented in source.
ImageIndexType
alias ImageIndexType = Parameters!(__traits(getOverloads, Image, "getPixel")[0])[0]
Undocumented in source.

Meta